home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / sue / float.frm < prev    next >
Encoding:
Text File  |  1994-01-25  |  287 b   |  11 lines

  1. Copyright (c) Sue Cunningham
  2.  
  3. s1 = torus 0.05, 1 stack 100 in 75% bend -45;
  4. s2 = torus 0.05, 1 stack 100 in 75% bend 45;
  5. // spacer = sphere 2 delete 1;
  6. fan1 = [s1] fan 30, 90, 0.1 ;
  7. fan2 = [s2] fan 30, 90, 0.1;
  8. floater = fan1, spacer 2, sphere 2, spacer 2, fan2;
  9. floater;
  10. end;
  11.